home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
langs
/
iconv8_s.arc
/
ICONT.ARC
/
OPCODE.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-03-28
|
268 b
|
18 lines
/*
* Opcode table structure.
*/
struct opentry {
char *op_name; /* name of opcode */
int op_code; /* opcode number */
};
/*
* External definitions.
*/
extern struct opentry optable[];
extern int NOPCODES;
#include "..\h\opdefs.h"